Projects for STR7 boards use following external tools: 

1. OpenOCD STR7 - this tool is used to start connection to STR7 board. To add this external tool goto "Run->External tools->Open external tools dialog". Now click on Program and then on New button.
 This way you will create configuration with selected type. 
	YouhavetofilltheExternalToolswindowthisway:

		o) IntheNametextboxinsert:OpenOCDSTR7
		o) IntheLocationtextboxinsertthepathoftheOpenOCDexecutable.Using"BrowseFileSystem" optionitspossibletofindthisfilelocation,
		thaton MS Windows shouldbe - C:\gccfd\openocd\bin\openocd-ftd2xx.exe
		o) IntheWorkingDirectorytextboxinsertthepathofthefolderopenocdconfigs. Inourcase: ${project_loc}
		o) IntheArguments textboxinserttheoption: -f ${project_loc}\armusbocd.cfg


2. OpenOCD STR7 Erase - this tool is used to erase STR7 internal Flash. To add this external tool goto "Run->External tools->Open external tools dialog". Now click on Program and then on New button.
 This way you will create configuration with selected type. 
	YouhavetofilltheExternalToolswindowthisway:

		o) IntheNametextboxinsert: OpenOCD STR7 Erase 
		o) IntheLocationtextboxinsertthepathoftheOpenOCDexecutable.Using"BrowseFileSystem"optionitspossibletofindthisfilelocation,
		thaton MS Windows shouldbe - C:\gccfd\openocd\bin\openocd-ftd2xx.exe
		o) IntheWorkingDirectorytextboxinsertthepathofthefolderopenocdconfigs. Inourcase: ${project_loc}
		o) IntheArguments textboxinserttheoption: -f ${project_loc}\armusbocd-flash-erase.cfg


3. OpenOCD STR7 Program - this tool is used to program STR7 internal Flash. To add this external tool goto "Run->External tools->Open external tools dialog". Now click on Program and then on New button.
 This way you will create configuration with selected type. 
	YouhavetofilltheExternalToolswindowthisway:

		o) IntheNametextboxinsert:OpenOCD STR7 Program
		o) IntheLocationtextboxinsertthepathoftheOpenOCDexecutable.Using"BrowseFileSystem"optionitspossibletofindthisfilelocation,
		thaton MS Windows shouldbe - C:\gccfd\openocd\bin\openocd-ftd2xx.exe
		o) IntheWorkingDirectorytextboxinsertthepathofthefolderopenocdconfigs. Inourcase: ${project_loc}
		o) IntheArguments textboxinserttheoption: -f ${project_loc}\armusbocd-flash-program.cfg 